home *** CD-ROM | disk | FTP | other *** search
- def OTERR_Failure = -1;
- def OTERR_Success = 0;
- def OTERR_BadTag = 1;
- def OTERR_UnknownTag = 2;
- def OTERR_BadData = 3;
- def OTERR_NoMemory = 4;
- def OTERR_NoFace = 5;
- def OTERR_BadFace = 6;
- def OTERR_NoGlyph = 7;
- def OTERR_BadGlyph = 8;
- def OTERR_NoShear = 9;
- def OTERR_NoRotate = 10;
- def OTERR_TooSmall = 11;
- def OTERR_UnknownGlyph = 12;
-
-